home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games Extra 1996 June / Amiga Games Extra 1996 #6.iso / userbox / publicdomain / gnutar / source.lzh / source / sasinclude / sys / time.h < prev    next >
C/C++ Source or Header  |  1995-09-16  |  114b  |  8 lines

  1. #ifndef _TIME_
  2. #include <time.h>
  3. #endif /* _TIME_ */
  4.  
  5. #ifndef _TIMEB_
  6. #include <sys/timeb.h>
  7. #endif /* _TIMEB_ */
  8.